PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFFieldWidget Class / setTabOrder Method
The position of the widget that defines the navigation between the fields using TAB key.
In This Topic
    setTabOrder Method
    In This Topic
    Sets the widget's tab order.
    Syntax
    public void setTabOrder( 
       int value
    )

    Parameters

    value
    The position of the widget that defines the navigation between the fields using TAB key.
    See Also